BUILT_SOURCES = resources.h resources.c noinst_LTLIBRARIES = libguidialogs.la UI_FILES = \ binadmin.ui libguidialogs_la_SOURCES = \ about.h about.c \ bookmark.h bookmark.c \ export.h export.c \ goto.h goto.c \ gotox.h gotox.c \ plugins.h plugins.c \ resources.h resources.c \ shellcode.h shellcode.c \ storage.h storage.c libguidialogs_la_LDFLAGS = AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) SUBDIRS = resources.c: gresource.xml $(UI_FILES) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name gui_dialogs gresource.xml resources.h: gresource.xml glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name gui_dialogs gresource.xml CLEANFILES = resources.h resources.c