diff options
-rw-r--r-- | .gitmodules | 0 | ||||
-rw-r--r-- | zix.pc.in | 10 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 --- a/.gitmodules +++ /dev/null diff --git a/zix.pc.in b/zix.pc.in deleted file mode 100644 index 65f3905..0000000 --- a/zix.pc.in +++ /dev/null @@ -1,10 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: libzix -Version: @ZIX_VERSION@ -Description: Lightweight portability library -Libs: -L${libdir} -lzix -Cflags: -I${includedir} |