summaryrefslogtreecommitdiffstats
path: root/src/gtk-helpers/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk-helpers/Makefile.am')
-rw-r--r--src/gtk-helpers/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/gtk-helpers/Makefile.am b/src/gtk-helpers/Makefile.am
deleted file mode 100644
index d60df6d5..00000000
--- a/src/gtk-helpers/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-# libreportgtk - the stuff shared among gtk clients (abrt-gui, wizard)
-lib_LTLIBRARIES = \
- libreportgtk.la
-
-libreportgtk_la_SOURCES = \
- libreport-gtk.h \
- event_config_dialog.c \
- abrt-keyring.c \
- autowrapped_label.c
-
-libreportgtk_la_CPPFLAGS = \
- -Wall -Wwrite-strings -Werror \
- -I$(srcdir)/../include/report -I$(srcdir)/../include \
- -I$(srcdir)/../lib \
- $(GTK_CFLAGS) \
- $(GLIB_CFLAGS) \
- $(GNOME_KEYRING_CFLAGS) \
- -D_GNU_SOURCE
-libreportgtk_la_LDFLAGS = \
- -version-info 0:1:0
-libreportgtk_la_LIBADD = \
- $(GTK_LIBS) \
- $(GLIB_LIBS) \
- $(GNOME_KEYRING_LIBS)