link against -lpopt

2002-08-31  Jacob Berkman  <jacob@krunk.local.>

	* Makefile.am (gnome_file_types_properties_LDADD): link against -lpopt
This commit is contained in:
Jacob Berkman 2002-08-31 17:06:36 +00:00 committed by Jacob Berkman
parent dbfc16764d
commit e450afe34b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-08-31 Jacob Berkman <jacob@krunk.local.>
* Makefile.am (gnome_file_types_properties_LDADD): link against -lpopt
2002-08-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.0

View file

@ -2,7 +2,7 @@ SUBDIRS = libuuid
bin_PROGRAMS = gnome-file-types-properties
gnome_file_types_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(VFS_CAPPLET_LIBS) libuuid/libuuid.a
gnome_file_types_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(VFS_CAPPLET_LIBS) libuuid/libuuid.a -lpopt
gnome_file_types_properties_SOURCES = \
file-types-capplet.c \