diff options
author | beber <beber> | 2005-12-08 23:53:58 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-08 23:53:58 +0000 |
commit | f290750fe224b0fe1cdf01b74c7b3d13704341b0 (patch) | |
tree | 0b5e0162f8b14569f5d087e5077c454e7e3ffae0 /src | |
parent | debug default in yes (diff) | |
download | espik-f290750fe224b0fe1cdf01b74c7b3d13704341b0.tar.xz |
typos
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c3ff0bd..fdb137b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = \ $(DEBUG_CFLAGS) \ - -O2 -W -Wall \ + -W -Wall \ @ecore_cflags@ ESPIKHEADERS = \ @@ -26,7 +26,7 @@ espik_SOURCES = \ $(ESPIKHEADERS) espik_LDADD = \ - $(DEBUG_LDFLAGS) + $(DEBUG_LDFLAGS) \ @ecore_libs@ bin_PROGRAMS = espik |