mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-24 21:53:32 +01:00
12 lines
266 B
Diff
12 lines
266 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -29,7 +29,7 @@
|
|
|
|
klavaro_LDADD = @GTK_LIBS@ \
|
|
-lgmodule-2.0 \
|
|
- $(top_srcdir)/gtkdatabox/libgtkdataboks.la
|
|
+ $(top_builddir)/gtkdatabox/libgtkdataboks.la
|
|
|
|
if IS_POSIX
|
|
AM_CFLAGS += -export-dynamic
|