grim/guifications3

removed an unnecessary link_directories
cmake
2010-12-13, Gary Kramlich
9ae40a768a5c
Parents 999ee3e165df
Children 39dba7ea91c3
removed an unnecessary link_directories
--- a/gflib-ui/autogen.sh Mon Dec 13 00:55:05 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-#!/bin/sh
-# Guifications - The end-all, be-all notification framework
-# Copyright (C) 2003-2009 Gary Kramlich <grim@reaperworld.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-PACKAGE="gflib-ui"
-
-which gflib-autogen.sh || {
- echo "You need to install gflib to run autogen"
- exit 1
-}
-
-. gflib-autogen.sh
-
-add_default_library_commands
-
-autogen
-
--- a/gflib-ui/doc/Makefile.am Mon Dec 13 00:55:05 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-EXTRA_DIST=
-
-SUBDIRS=gflib-ui
-
--- a/gflib-ui/gflib-ui.pc.in Mon Dec 13 00:55:05 2010 -0600
+++ b/gflib-ui/gflib-ui.pc.in Mon Dec 13 01:13:03 2010 -0600
@@ -1,14 +1,11 @@
-prefix=@prefix@
+prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/gflib-1.0
-plugin_dir=${libdir}/guifications
-
-gflib_genheader=gflib-genheader
-
-Name: libgflib
-Description: Guifications library
+Name: libgflib-ui
+Description: Guifications User Interface Library
Version: @VERSION@
Libs: -L${libdir} -lgflib-ui
Cflags: -I${includedir}
+
--- a/gflib-ui/tests/Makefile.am Mon Dec 13 00:55:05 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-EXTRA_DIST=
--- a/gflib/gflib/CMakeLists.txt Mon Dec 13 00:55:05 2010 -0600
+++ b/gflib/gflib/CMakeLists.txt Mon Dec 13 01:13:03 2010 -0600
@@ -159,11 +159,6 @@
${GFLIB_SOURCES}
)
-link_directories(
- ${GLIB_LIBRARY_DIRS}
- ${GMODULE_LIBRARY_DIRS}
-)
-
target_link_libraries(gflib
${GLIB_LIBRARIES}
${GMODULE_LIBRARIES}