2007-06-26 09:43:57 +00:00
|
|
|
diff --exclude-from=exclude -N -u -r nsalibsemanage/Makefile libsemanage-2.0.3/Makefile
|
|
|
|
--- nsalibsemanage/Makefile 2007-02-20 08:43:09.000000000 -0500
|
|
|
|
+++ libsemanage-2.0.3/Makefile 2007-06-26 05:33:32.000000000 -0400
|
|
|
|
@@ -1,6 +1,9 @@
|
|
|
|
all:
|
|
|
|
$(MAKE) -C src all
|
2007-03-27 19:48:04 +00:00
|
|
|
|
2007-06-26 09:43:57 +00:00
|
|
|
+swigify:
|
|
|
|
+ $(MAKE) -C src swigify
|
2007-03-27 19:48:04 +00:00
|
|
|
+
|
2007-06-26 09:43:57 +00:00
|
|
|
pywrap:
|
|
|
|
$(MAKE) -C src pywrap
|
2007-03-27 19:48:04 +00:00
|
|
|
|