Add $(GENERATED_H_FILES) to libui_a_SOURCES.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Jun 2011 16:57:10 +0000 (16:57 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Jun 2011 16:57:10 +0000 (16:57 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37819 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/Makefile.am

index 91c0aaba0691079a2369ae20390db0e14d5ffc1c..fbd0f512cac727c18f5ea9a107148331e9af3b50 100644 (file)
@@ -50,6 +50,7 @@ wireshark-tap-register.c: $(WIRESHARK_TAP_SRC) $(top_srcdir)/tools/make-tapreg-d
 libui_a_SOURCES = \
        $(WIRESHARK_GTK_SRC) \
        $(GENERATED_C_FILES) \
+       $(GENERATED_H_FILES) \
        $(noinst_HEADERS) \
        $(WIRESHARK_TAP_SRC)