On Thu, Jul 06, 2006 at 03:12:47PM -0700, Stephen Fisher wrote:
> Adding $(LIBGCRYPT_FLAGS) to AM_CPPFLAGS did not work in the
> gtk/Makefile.am (where ssl-dlg.c is).
Sorry to keep responding to myself.. adding LIBGCRYPT_CFLAGS to
AM_CPPFLAGS in gtk/Makefile.am works. I was missing the C in CFLAGS up
above ;)
So the fix to not finding /opt/local/include/gcrypt.h on OS X builds is
to add $(LIBGCRYPT_CFLAGS) to INCLUDES in epan/dissectors/Makefile.am
and adding the same to AM_CPPFLAGS in gtk/Makefile.am.
Could someone commit this or find a better way to do it? Thanks! :)
Steve