diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4258b00..52229f1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in -AM_CFLAGS = -W -Wall -g \ +AM_CFLAGS = \ + -W -Wall -g \ @ecore_cflags@ ESPIKHEADERS = \ @@ -21,6 +22,9 @@ espik_SOURCES = \ espik_error.c \ $(ESPIKHEADERS) -espik_LDADD = @ecore_libs@ +espik_LDADD = \ + @ecore_libs@ + +#-Wl,--rpath -Wl,/home/beber/lib bin_PROGRAMS = espik |