diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-03-09 12:55:20 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-03-09 12:55:20 (GMT) |
commit | f8f804cf7ff9a62404b843cf303c762101572784 (patch) | |
tree | c35edc5dc8fb5ded9cc8d975d12a1eac2c3e330a /src/gui/dialogs | |
parent | 235b34006d734d55333a182ffd8bbe7fbf8f54bc (diff) |
Reorganized the whole code dealing with dockable panels.
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/dialogs/Makefile.am b/src/gui/dialogs/Makefile.am index 1fe821a..a75701f 100644 --- a/src/gui/dialogs/Makefile.am +++ b/src/gui/dialogs/Makefile.am @@ -1,7 +1,7 @@ -noinst_LTLIBRARIES = libdialogs.la +noinst_LTLIBRARIES = libguidialogs.la -libdialogs_la_SOURCES = \ +libguidialogs_la_SOURCES = \ about.h about.c \ bookmark.h bookmark.c \ export.h export.c \ @@ -11,7 +11,7 @@ libdialogs_la_SOURCES = \ shellcode.h shellcode.c \ storage.h storage.c -libdialogs_la_LDFLAGS = +libguidialogs_la_LDFLAGS = AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) |