summaryrefslogtreecommitdiffstats
path: root/libmsi
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi')
-rw-r--r--libmsi/Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/libmsi/Makefile.am b/libmsi/Makefile.am
index 784c939..6516f06 100644
--- a/libmsi/Makefile.am
+++ b/libmsi/Makefile.am
@@ -9,15 +9,10 @@ AM_CFLAGS = -Wunused -Wimplicit
AM_YFLAGS = -d
BUILT_SOURCES = sql-parser.c sql-parser.h
-noinst_HEADERS = \
- debug.h \
- list.h \
- msipriv.h \
- query.h
-
libmsi_la_SOURCES = \
alter.c \
create.c \
+ debug.h \
delete.c \
distinct.c \
drop.c \
@@ -26,6 +21,9 @@ libmsi_la_SOURCES = \
libmsi-query.c \
libmsi-record.c \
libmsi-summary-info.c \
+ list.h \
+ msipriv.h \
+ query.h \
select.c \
sql-parser.y \
storages.c \