projects
/
liboconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3d676f
)
src/Makefile.am: Updated `CLEANFILES' and removed comments.
author
Florian Forster
<octo@leeloo.(none)>
Sun, 11 Feb 2007 16:52:22 +0000
(17:52 +0100)
committer
Florian Forster
<octo@leeloo.(none)>
Sun, 11 Feb 2007 16:52:22 +0000
(17:52 +0100)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
ee05acf
..
081cdc9
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,14
+1,11
@@
AUTOMAKE_OPTIONS = foreign no-dependencies
BUILT_SOURCES = parser.h
-CLEANFILES = parser.
h
+CLEANFILES = parser.
[ch] scanner.c
AM_YFLAGS = -d
include_HEADERS = oconfig.h
lib_LTLIBRARIES = liboconfig.la
-#scanner.c: scanner.l
-
+liboconfig_la_LDFLAGS = -version-info 0:0:0
liboconfig_la_SOURCES = oconfig.c oconfig.h scanner.l parser.y
-
-# $(YACC) $(AM_YFLAGS) $(YFLAGS) -o parser.c $<