diff options
Diffstat (limited to 'omnithread/Makefile.am')
-rw-r--r-- | omnithread/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/omnithread/Makefile.am b/omnithread/Makefile.am index dfbb3b3d3..59ba971a4 100644 --- a/omnithread/Makefile.am +++ b/omnithread/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003,2008 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -27,7 +27,8 @@ include $(top_srcdir)/Makefile.common # we should do some configure hacking to determine these on the fly OMNITHREAD_DEFINES = -DPthreadDraftVersion=10 -INCLUDES = $(DEFINES) $(OMNITHREAD_DEFINES) $(OMNITHREAD_INCLUDES) +INCLUDES = $(DEFINES) $(OMNITHREAD_DEFINES) $(OMNITHREAD_INCLUDES) \ + $(WITH_INCLUDES) # we call it libgromnithread to avoid a collision with libomnithread on Debian lib_LTLIBRARIES = libgromnithread.la |