diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rwxr-xr-x | add-include-prefix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 75fc192c..f00647a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,6 @@ EXTRA_DIST = \ intltool-merge.in \ intltool-update.in \ Makefile.shared \ - add-include-prefix \ $(NULL) DISTCLEANFILES = \ diff --git a/add-include-prefix b/add-include-prefix deleted file mode 100755 index 45e48769..00000000 --- a/add-include-prefix +++ /dev/null @@ -1 +0,0 @@ -sed -e 's/^/ /' -e 's/ */ /g' -e 's/ / -I /g' -e 's/ -I $//' |