Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src


Modified Files:
        Makefile.am 


Log Message:
only build those components of esmart for which we have the requirements. use 
pkg-config to detect those (for the most part).

===================================================================
RCS file: /cvs/e/e17/libs/esmart/src/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- Makefile.am 5 May 2004 05:57:00 -0000       1.1.1.1
+++ Makefile.am 21 Mar 2007 13:22:42 -0000      1.2
@@ -1,3 +1,7 @@
 MAINTAINERCLEANFILES = Makefile.in
 
-SUBDIRS = lib bin
+if BUILD_TEST_APP
+test_subdir = bin
+endif
+
+SUBDIRS = lib $(test_subdir)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to