Skip to content

Commit

Permalink
build: I HATE MAKEFILE EXPANSION.... fix libtap build kthxbye
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Dec 16, 2010
1 parent 7e89ef0 commit 490603b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions libtap/Makefile.am
Expand Up @@ -3,16 +3,17 @@ MAINTAINERCLEANFILES = Makefile.in
LIBS = -lpthread \
-version-info $(libversion)

name = libtap
sources = $(name).c
sources = libtap.c

libversion = 0:0:0

include_HEADERS = $(name).h
include_HEADERS = libtap.h

noinst_HEADERS = libtap_private.h

pkgconfigdir = $(libdir)/pkgconfig

pkgconfig_DATA = $(name).pc
pkgconfig_DATA = libtap.pc

lib_LTLIBRARIES = libtap.la

Expand Down

0 comments on commit 490603b

Please sign in to comment.