made codycam beos compatible

fixed net libs link


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16191 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-02-01 17:42:31 +00:00
parent b2dde401e5
commit d6b6f8bfe1
2 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,6 @@ Application CDPlayer :
TrackMenu.cpp
TwoStateDrawButton.cpp
: be net netapi translation textencoding
: be $(SELECT_UNAME_ETC_LIB) $(NETAPI_LIB) translation textencoding
: CDPlayer.rdef
;

View File

@ -1,6 +1,6 @@
SubDir HAIKU_TOP src apps codycam ;
AddResources CodyCam : CodyCam.rdef ;
SetSubDirSupportedPlatformsBeOSCompatible ;
Application CodyCam :
CodyCam.cpp
@ -8,6 +8,7 @@ Application CodyCam :
Settings.cpp
SettingsHandler.cpp
VideoConsumer.cpp
: be media translation $(NETAPI_LIB) $(TARGET_LIBSTDC++)
: CodyCam.rdef
;
LinkAgainst CodyCam : be media translation netapi $(TARGET_LIBSTDC++) ;