diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-05 20:47:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-05 20:47:09 +0000 |
commit | 4bbcdc802140588a6c541a79abdcbf23b9035f49 (patch) | |
tree | 2a9b433a60e67d7ff4afda23bb38cb42c5f5b9d6 /app/xdriinfo/Makefile.in | |
parent | 0f802343683af28230b59c6f06ba5fdfcbf92bad (diff) |
regen
Diffstat (limited to 'app/xdriinfo/Makefile.in')
-rw-r--r-- | app/xdriinfo/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/xdriinfo/Makefile.in b/app/xdriinfo/Makefile.in index ce6ae5da5..e8f2f6c19 100644 --- a/app/xdriinfo/Makefile.in +++ b/app/xdriinfo/Makefile.in @@ -77,8 +77,7 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am_xdriinfo_OBJECTS = xdriinfo-xdriinfo.$(OBJEXT) xdriinfo_OBJECTS = $(am_xdriinfo_OBJECTS) -am__DEPENDENCIES_1 = -xdriinfo_DEPENDENCIES = $(am__DEPENDENCIES_1) +xdriinfo_LDADD = $(LDADD) DEFAULT_INCLUDES = -I. -I$(srcdir) -I. depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -206,8 +205,6 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ xdriinfo_CFLAGS = $(XDRIINFO_CFLAGS) -# mesa should really use pkg-config ... -xdriinfo_LDADD = $(XDRIINFO_LIBS) xdriinfo_SOURCES = \ xdriinfo.c |