summaryrefslogtreecommitdiff
path: root/src/dialogs/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-04 19:05:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-04 19:05:58 (GMT)
commitc476dae9b50d6ff218e903e3f8d40ad51003fa40 (patch)
tree5f3f53037c88c1f5762fef54dc21ac4be7b324ce /src/dialogs/Makefile.am
parent3b4cdd10d6adf9155054989f41bb32759a9541c5 (diff)
Moved all files related to the GUI into the 'gui' directory.
Diffstat (limited to 'src/dialogs/Makefile.am')
-rw-r--r--src/dialogs/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am
deleted file mode 100644
index 1fe821a..0000000
--- a/src/dialogs/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-noinst_LTLIBRARIES = libdialogs.la
-
-libdialogs_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 \
- shellcode.h shellcode.c \
- storage.h storage.c
-
-libdialogs_la_LDFLAGS =
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-
-SUBDIRS =