From 618bd598151e6f7cbedb7ef1e560cc83caeb76e0 Mon Sep 17 00:00:00 2001 From: fc_botelho Date: Wed, 19 Apr 2006 19:38:41 +0000 Subject: [PATCH] Makefile.am fixed --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6eb41d8..fd2aa70 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,5 +23,5 @@ libcmph_la_SOURCES = util.h debug.h\ libcmph_la_LDFLAGS = -version-info 0:0:0 -cmph_SOURCES = main.c wingetopt.h wingetopt.c +cmph_SOURCES = main.c ../wingetopt.h ../wingetopt.c cmph_LDADD = libcmph.la