diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2011-01-03 01:22:36 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2011-01-03 01:22:36 (GMT) |
commit | 9776f811af66eca56116fe81f77d859fb9b6e8fe (patch) | |
tree | 63329a5b60e84528e10733ded7013c8eb81a9996 /src/dialogs | |
parent | 651c94450df8619c26e26a133289dbaa197616f4 (diff) |
Moved all menus related stuff into 'src/gui/menus'.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@205 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/dialogs')
-rw-r--r-- | src/dialogs/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am index 289e5a5..359ac95 100644 --- a/src/dialogs/Makefile.am +++ b/src/dialogs/Makefile.am @@ -1,13 +1,13 @@ -lib_LIBRARIES = libdialogs.a +noinst_LTLIBRARIES = libdialogs.la -libdialogs_a_SOURCES = \ +libdialogs_la_SOURCES = \ about.h about.c \ binparts.h binparts.c \ export.h export.c \ plugins.h plugins.c -libdialogs_a_LDFLAGS = +libdialogs_la_LDFLAGS = INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) |