summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-03-15 16:54:13 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-03-15 16:54:13 +0100
commitc019a8999323b859e4c647d3878e1f2013f67efe (patch)
tree0a743794bde4ff57ba4816ce014a5c07aba56a5c /src/gui-wizard-gtk/Makefile.am
parent821d8fc6d0e3bc596dd2f1c72296efe5dce33b45 (diff)
parent74bc7838c0b375244bbe8696c6032162044f24ce (diff)
downloadabrt-c019a8999323b859e4c647d3878e1f2013f67efe.tar.gz
abrt-c019a8999323b859e4c647d3878e1f2013f67efe.tar.xz
abrt-c019a8999323b859e4c647d3878e1f2013f67efe.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/gui-wizard-gtk/Makefile.am')
-rw-r--r--src/gui-wizard-gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui-wizard-gtk/Makefile.am b/src/gui-wizard-gtk/Makefile.am
index a44de58c..6be5a946 100644
--- a/src/gui-wizard-gtk/Makefile.am
+++ b/src/gui-wizard-gtk/Makefile.am
@@ -12,6 +12,7 @@ bug_reporting_wizard_SOURCES = \
bug_reporting_wizard_CFLAGS = \
-I$(srcdir)/../include/report -I$(srcdir)/../include \
-I$(srcdir)/../lib \
+ -I$(srcdir)/../gtk-helpers \
-DBIN_DIR=\"$(bindir)\" \
-DVAR_RUN=\"$(VAR_RUN)\" \
-DCONF_DIR=\"$(CONF_DIR)\" \
@@ -32,6 +33,7 @@ bug_reporting_wizard_CFLAGS = \
bug_reporting_wizard_LDADD = \
../lib/libreport.la \
../lib/libabrt_dbus.la \
+ ../gtk-helpers/libreportgtk.la \
$(GLIB_LIBS) \
$(GTK_LIBS) \
$(DBUS_LIBS)