summaryrefslogtreecommitdiffstats
path: root/src/Applet/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-07-14 14:52:47 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-07-14 14:52:47 +0200
commitede175cb92ada7e1235b9b1ee8777d7d1ad32613 (patch)
treec2c57a51b0fa7f2c717d675114a225a96a801a73 /src/Applet/Makefile.am
parentbf5e59ce4e3e0039c3a27a85fb38435b6ff1e73b (diff)
downloadabrt-ede175cb92ada7e1235b9b1ee8777d7d1ad32613.tar.gz
abrt-ede175cb92ada7e1235b9b1ee8777d7d1ad32613.tar.xz
abrt-ede175cb92ada7e1235b9b1ee8777d7d1ad32613.zip
Removed unneeded file.
Diffstat (limited to 'src/Applet/Makefile.am')
-rw-r--r--src/Applet/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
index 814efd42..378487f0 100644
--- a/src/Applet/Makefile.am
+++ b/src/Applet/Makefile.am
@@ -1,5 +1,5 @@
bin_PROGRAMS = abrt-applet
-abrt_applet_SOURCES = Applet.cpp CCApplet.cpp CCApplet.h DBusClientProxy.h
+abrt_applet_SOURCES = Applet.cpp CCApplet.cpp CCApplet.h
abrt_applet_CPPFLAGS = -Wall -Werror -I../Daemon/ \
-DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
$(DBUS_GLIB_CFLAGS) $(GTK_CFLAGS) $(DBUSCPP_CFLAGS) $(LIBNOTIFY_CFLAGS)\