diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-08-27 16:03:01 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-08-27 16:03:01 +0800 |
commit | 9fd9cfeb97108f8c83e6fc59b96d8605c93b34c9 (patch) | |
tree | 42bee07cc49fe85bee97c262c01dc52fdd7a6c71 | |
parent | ce4ea9cfe7c84ff8a01841caa89cc054cffc3376 (diff) | |
download | gsoc2013-libgnome-autoar-9fd9cfeb97108f8c83e6fc59b96d8605c93b34c9.tar.gz gsoc2013-libgnome-autoar-9fd9cfeb97108f8c83e6fc59b96d8605c93b34c9.tar.zst gsoc2013-libgnome-autoar-9fd9cfeb97108f8c83e6fc59b96d8605c93b34c9.zip |
Remove unneeded CFLAGS in .pc file
-rw-r--r-- | gnome-autoar/gnome-autoar.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-autoar/gnome-autoar.pc.in b/gnome-autoar/gnome-autoar.pc.in index 330afed..61a4f18 100644 --- a/gnome-autoar/gnome-autoar.pc.in +++ b/gnome-autoar/gnome-autoar.pc.in @@ -8,4 +8,4 @@ Description: Archives integration support for GNOME Version: @VERSION@ Requires: glib-2.0 gio-2.0 gobject-2.0 gtk+-3.0 libarchive Libs: -L${libdir} -lgnome-autoar -Cflags: -I${includedir}/gnome-autoar +Cflags: -I${includedir} |