diff options
author | geronimo <geronimo013@gmx.de> | 2012-08-15 05:33:17 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-08-15 05:33:17 +0200 |
commit | 7eb41fd1431019f44227af6f5d707e7c98e0416e (patch) | |
tree | 302b5e15e2d7deaf54921839de95423e785554c4 /cmps/nbproject/Makefile-Debug.mk | |
parent | e8175c7b23047fefd52f85afe05e2864b2a9bba8 (diff) | |
download | cmp-7eb41fd1431019f44227af6f5d707e7c98e0416e.tar.gz cmp-7eb41fd1431019f44227af6f5d707e7c98e0416e.tar.bz2 |
removed junit from client project and added -lcrypto to server makefile (fix for ubuntu)
Diffstat (limited to 'cmps/nbproject/Makefile-Debug.mk')
-rw-r--r-- | cmps/nbproject/Makefile-Debug.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmps/nbproject/Makefile-Debug.mk b/cmps/nbproject/Makefile-Debug.mk index d825972..4ae00ab 100644 --- a/cmps/nbproject/Makefile-Debug.mk +++ b/cmps/nbproject/Makefile-Debug.mk @@ -65,7 +65,7 @@ FFLAGS= ASFLAGS= # Link Libraries and Options -LDLIBSOPTIONS=serverlib/dist/Debug/GNU-Linux-x86/libserverlib.a ../libs/mediaScan/dist/Debug/GNU-Linux-x86/libmediascan.a ../libs/networking/dist/Debug/GNU-Linux-x86/libnetworking.a ../libs/IO/dist/Debug/GNU-Linux-x86/libio.a ../libs/util/dist/Debug/GNU-Linux-x86/libutil.a ../libs/vdr/dist/Debug/GNU-Linux-x86/libvdr.a -lpthread -lrt -lssl -lpcrecpp -lmediainfo +LDLIBSOPTIONS=serverlib/dist/Debug/GNU-Linux-x86/libserverlib.a ../libs/mediaScan/dist/Debug/GNU-Linux-x86/libmediascan.a ../libs/networking/dist/Debug/GNU-Linux-x86/libnetworking.a ../libs/IO/dist/Debug/GNU-Linux-x86/libio.a ../libs/util/dist/Debug/GNU-Linux-x86/libutil.a ../libs/vdr/dist/Debug/GNU-Linux-x86/libvdr.a -lpthread -lrt -lssl -lpcrecpp -lmediainfo -lcrypto # Build Targets .build-conf: ${BUILD_SUBPROJECTS} |