diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .gitmodules | 0 | ||||
-rw-r--r-- | pugl.pc.in | 11 |
3 files changed, 0 insertions, 12 deletions
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 32967c1..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -waflib/* linguist-vendored diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 --- a/.gitmodules +++ /dev/null diff --git a/pugl.pc.in b/pugl.pc.in deleted file mode 100644 index 2cfa644..0000000 --- a/pugl.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@PREFIX@ -exec_prefix=@EXEC_PREFIX@ -libdir=@LIBDIR@ -includedir=@INCLUDEDIR@ - -Name: @NAME@ -Description: @DESCRIPTION@ -Version: @PUGL_VERSION@ -Requires: @REQUIRES@ -Libs: -L${libdir} @LIBS@ -Cflags: @CFLAGS@ |