summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-23 18:04:04 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-23 18:04:04 +0100
commite31c22f75d5229d5a9711de4c560be36c164d4bf (patch)
tree86cd1eb94e3980162f8009257949e9b66405c956 /include
parentec28b1f79adb4a19f3bce119d7374c77a46d17be (diff)
downloadmsitools-e31c22f75d5229d5a9711de4c560be36c164d4bf.tar.gz
msitools-e31c22f75d5229d5a9711de4c560be36c164d4bf.tar.xz
msitools-e31c22f75d5229d5a9711de4c560be36c164d4bf.zip
build-sys: add missing include/Makefile.am
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 0000000..0cd604c
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1,17 @@
+NULL =
+
+ENUMS_FILES = libmsi-types.h
+
+ENUMS = \
+ ../libmsi/libmsi-enums.c \
+ libmsi-enums.h \
+ $(NULL)
+
+$(ENUMS): %: %.etemplate $(ENUMS_FILES)
+ $(AM_V_GEN)$(GLIB_MKENUMS) --template $^ > $@
+
+BUILT_SOURCES = $(ENUMS)
+
+EXTRA_DIST = libmsi-enums.h.etemplate
+
+