diff options
Diffstat (limited to 'desiredata/src/makefile.in')
-rw-r--r-- | desiredata/src/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/makefile.in b/desiredata/src/makefile.in index 48c36d54..b60320b2 100644 --- a/desiredata/src/makefile.in +++ b/desiredata/src/makefile.in @@ -64,7 +64,7 @@ pd-watchdog: s_watchdog.c $(CC) $(CFLAGS) $(STRIPFLAG) -o pd-watchdog s_watchdog.c pd.com: main.o - $(CC) $(LDFLAGS) $(DBG_CFLAGS) $(CFLAGS) -o pd.com main.o $(LIBS) -L../src -lpd + $(CXX) $(LDFLAGS) $(DBG_CFLAGS) $(CFLAGS) -o pd.com main.o $(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. |