X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/56f57e5b36301ac84c1ca5d4eb7fa363f79c81f6..be2fde8755ef463f48111bd2090e3bb29d16e8d7:/Makefile.am diff --git a/Makefile.am b/Makefile.am index aa8c709..56a0518 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ filters = if CY_CONSOLE bin_PROGRAMS = cycript cycript_SOURCES = Console.cpp Display.cpp -cycript_LDADD = libcycript.la $(LTLIBREADLINE) $(LTLIBTERMCAP) $(LTLIBGCC) -ldl +cycript_LDADD = libcycript.la $(LTLIBREADLINE) $(LTLIBTERMCAP) $(LTLIBGCC) $(PTHREAD_CFLAGS) -ldl ldid = true entitle = $(ldid) -S$(srcdir)/cycript.xml