diff options
author | Gerald Combs <gerald@wireshark.org> | 2012-08-02 16:26:57 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2012-08-02 16:26:57 +0000 |
commit | 89e6169fc56576893c9ffedc0541994b73521c0d (patch) | |
tree | 7298decaef7f0ffdf68f7b314627d2651db4aaea /wsutil/CMakeLists.txt | |
parent | e57672dbcce871affc5b2bc4dc602bbe775a0bb8 (diff) | |
download | wireshark-89e6169fc56576893c9ffedc0541994b73521c0d.tar.gz wireshark-89e6169fc56576893c9ffedc0541994b73521c0d.tar.bz2 wireshark-89e6169fc56576893c9ffedc0541994b73521c0d.zip |
Back out an inadvertent change in r44194.
svn path=/trunk/; revision=44210
Diffstat (limited to 'wsutil/CMakeLists.txt')
-rw-r--r-- | wsutil/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt index 2866d2db75..c995d72e99 100644 --- a/wsutil/CMakeLists.txt +++ b/wsutil/CMakeLists.txt @@ -52,8 +52,7 @@ set(WSUTIL_FILES ) set(wsutil_LIBS -# ${GLIB2_LIBRARIES} - ${GLIB2_LDFLAGS} + ${GLIB2_LIBRARIES} ) add_library(wsutil ${LINK_MODE_LIB} |