diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 8 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,9 @@ +beber from rampa : 18/10/05 12:51:14 +link to local lib (mine) + +File changes : +M src/Makefile.am + beber from rampa : 14/10/05 14:52:04 blank line 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 |