mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b185046be2
use USE_GETOPT_LONG instead.
12 lines
478 B
Plaintext
12 lines
478 B
Plaintext
--- gtk/Makefile.am.orig Thu Jan 30 07:49:55 2003
|
|
+++ gtk/Makefile.am Thu Jan 30 07:50:41 2003
|
|
@@ -32,7 +32,7 @@
|
|
AM_CPPFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) $(ncurses_include) \
|
|
-I$(top_srcdir)/secmem -I$(top_srcdir)/pinentry
|
|
LDADD = ../pinentry/libpinentry.a ../assuan/libassuan.a ../secmem/libsecmem.a \
|
|
- $(LIBCAP) $(GTK_LIBS) $(libcurses)
|
|
+ ../common/libcommon.a $(LIBCAP) $(GTK_LIBS) $(libcurses)
|
|
|
|
pinentry_gtk_SOURCES = pinentry-gtk.c \
|
|
gtksecentry.c gtksecentry.h
|