From 7862fdca760b0497b1511d6c06123c4ab5c59421 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 25 May 2009 16:35:24 +0000 Subject: get main.c to be compiled with g++ svn path=/trunk/; revision=11499 --- desiredata/src/makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desiredata/src/makefile.in') diff --git a/desiredata/src/makefile.in b/desiredata/src/makefile.in index 9f88deef..c96e86cd 100644 --- a/desiredata/src/makefile.in +++ b/desiredata/src/makefile.in @@ -60,8 +60,8 @@ pd$(EXE): $(OBJ) config.log $(SO) main.c pd-watchdog$(EXE): s_watchdog.c $(CXX) $(CFLAGS) $(STRIPFLAG) -o pd-watchdog$(EXE) s_watchdog.c -pd.com: main.o - $(CXX) $(LDFLAGS) $(DBG_CFLAGS) $(CFLAGS) -o pd.com main.o $(LIBS) -L../src -lpd +pd.com: main.c + $(CXX) $(LDFLAGS) $(DBG_CFLAGS) $(CFLAGS) -o pd.com main.c $(LIBS) -L../src -lpd strip --strip-unneeded -R .note -R .comment pd.com # i should sort out the LDFLAGS thing so that pd,pdsend,pdreceive don't get linked to all libs that libpd.so is linked to. -- cgit v1.2.1