14 lines
348 B
Diff
14 lines
348 B
Diff
diff --exclude-from=exclude -N -u -r nsalibselinux/Makefile libselinux-2.0.23/Makefile
|
|
--- nsalibselinux/Makefile 2007-06-01 10:44:08.000000000 -0400
|
|
+++ libselinux-2.0.23/Makefile 2007-06-26 05:11:37.000000000 -0400
|
|
@@ -20,6 +20,9 @@
|
|
$(MAKE) -C src
|
|
$(MAKE) -C utils
|
|
|
|
+swigify:
|
|
+ $(MAKE) -C src swigify
|
|
+
|
|
pywrap:
|
|
$(MAKE) -C src pywrap
|
|
|