diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-09-17 19:24:53 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-09-17 19:24:53 +0200 |
| commit | 751e7db6e39140cb7f0187dea32af949ce56fdb8 (patch) | |
| tree | d817e917ce94a9f863eaffe85d5be37630389074 /src/Applet | |
| parent | b3cd99a13a2370f655cf8b8ff4944e3717456784 (diff) | |
| parent | 3a4dc69c0e6e786aea00a38df01952ca5780bf82 (diff) | |
| download | abrt-751e7db6e39140cb7f0187dea32af949ce56fdb8.tar.gz abrt-751e7db6e39140cb7f0187dea32af949ce56fdb8.tar.xz abrt-751e7db6e39140cb7f0187dea32af949ce56fdb8.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Applet')
| -rw-r--r-- | src/Applet/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am index accca39..67c1776 100644 --- a/src/Applet/Makefile.am +++ b/src/Applet/Makefile.am @@ -23,13 +23,13 @@ abrt_applet_CPPFLAGS = \ # $(DBUS_CFLAGS) # $(DBUS_GLIB_CFLAGS) abrt_applet_LDADD = \ - ../../lib/Utils/libABRTUtils.la \ -lglib-2.0 \ -lgthread-2.0 \ - $(DL_LIBS) \ - $(GTK_LIBS) \ $(DBUSCPP_LIBS) \ $(LIBNOTIFY_LIBS) +# ../../lib/Utils/libABRTUtils.la +# $(DL_LIBS) +# $(GTK_LIBS) EXTRA_DIST = abrt-applet.desktop popup.GtkBuilder |
