summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2012-11-11 06:22:42 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2012-11-11 06:22:42 +0100
commit797b05bed1ee954fb8e5e7a1cde047e044cd2fde (patch)
tree69d920fa6dc5f892d3a359cf40e11950a9f8dc2d /examples
parent3b2f9f81b4acd381fde740f4086089f5c57a1a4e (diff)
downloadlibrcc-797b05bed1ee954fb8e5e7a1cde047e044cd2fde.tar.gz
librcc-797b05bed1ee954fb8e5e7a1cde047e044cd2fde.tar.bz2
librcc-797b05bed1ee954fb8e5e7a1cde047e044cd2fde.tar.xz
librcc-797b05bed1ee954fb8e5e7a1cde047e044cd2fde.zip
autoconf patches from ALT
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 9d6331b..73ce228 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -7,14 +7,14 @@ example2_LDADD= ../src/librcc.la
if HAVE_GTK
bin_PROGRAMS+= rcc-gtk-config
rcc_gtk_config_SOURCES = rcc-gtk-config.c
-rcc_gtk_config_LDADD=../ui/librccgtk.la @GTK1_LIBS@
+rcc_gtk_config_LDADD= ../src/librcc.la ../ui/librccgtk.la @GTK1_LIBS@
rcc_gtk_config_CPPFLAGS = @GTK1_INCLUDES@ -I../src -I../ui
endif
if HAVE_GTK2
bin_PROGRAMS+= rcc-gtk2-config
rcc_gtk2_config_SOURCES = rcc-gtk-config.c
-rcc_gtk2_config_LDADD=../ui/librccgtk2.la @GTK2_LIBS@
+rcc_gtk2_config_LDADD= ../src/librcc.la ../ui/librccgtk2.la @GTK2_LIBS@
rcc_gtk2_config_CPPFLAGS = @GTK2_CFLAGS@ -I../src -I../ui
endif