Skip to content

Commit

Permalink
makefile fix for debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
flithm committed Jun 3, 2007
1 parent 111536e commit c30b995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visplugin/Makefile.am
Expand Up @@ -3,7 +3,7 @@ if BUILD_PLUGIN_VISPLUGIN
AM_CFLAGS = @LIBVISUAL_CFLAGS@ -DLINUX
visplugin_LTLIBRARIES = actor_gizmod.la
visplugindir = @LIBVISUAL_PLUGINS_BASE_DIR@/actor
actor_gizmod_la_LIBADD = ../libH/libH.la ../libGizmod/libGizmod.la ${LIBVISUAL_LIBS} -l{PYTHON_LIB}
actor_gizmod_la_LIBADD = ../libH/libH.la ../libGizmod/libGizmod.la ${LIBVISUAL_LIBS} -l${PYTHON_LIB}
actor_gizmod_la_LDFLAGS = -module -avoid-version
actor_gizmod_la_SOURCES = actor_gizmod.c GizmodLibVisualCInterface.h GizmodLibVisualCInterface.cpp GizmodLibVisualPlugin.cpp

Expand Down

0 comments on commit c30b995

Please sign in to comment.