[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/xine_artsplugin/tools/thumbnail
From:       Ewald Snel <ewald () rambo ! its ! tudelft ! nl>
Date:       2003-03-02 8:41:37
[Download RAW message or body]

CVS commit by snel: 

Add missing 'XINE_CFLAGS' and '-pthread' (link to pthread library)


  M +3 -3      Makefile.am   1.3


--- kdemultimedia/xine_artsplugin/tools/thumbnail/Makefile.am  #1.2:1.3
@@ -2,5 +2,5 @@
 ## Makefile.am of kdemultimedia/tools/thumbnail
 
-INCLUDES = -I$(kde_includes)/arts $(all_includes)
+INCLUDES = -I$(kde_includes)/arts $(all_includes) $(XINE_CFLAGS)
 
 LDFLAGS = $(all_libraries) $(KDE_RPATH)
@@ -11,5 +11,5 @@
 videothumbnail_la_SOURCES = videocreator.cpp videoscaler.cpp
 videothumbnail_la_LIBADD = $(XINE_LIBS) $(LIB_KDECORE)
-videothumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+videothumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -pthread
 
 noinst_HEADERS = videocreator.h


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic