Reintroduced gthread.c compilation.

This commit is contained in:
guillemj
2003-07-07 01:45:55 +00:00
parent 3f9a537344
commit 1655f07627
2 changed files with 4 additions and 3 deletions

View File

@@ -202,7 +202,8 @@ noinst_HEADERS = fxglide.h gsstdef.h gsfc.h \
fxcmd.h fxsplash.h tv.h rcver.h qmodes.h \
macglide3.h
fxgasm_SOURCES = fxgasm.c
# gthread.c
fxgasm_LDADD = gthread.lo
fxgasm_DEPENDENCIES = gthread.lo
lib_LTLIBRARIES = libglide3.la
libglide3_la_SOURCES = fxinline.h fxgasm.h \

View File

@@ -206,8 +206,8 @@ noinst_HEADERS = fxcmd.h fxsplash.h \
qmodes.h tv.h \
fxgasm.h fxinline.h
fxgasm_SOURCES = fxgasm.c
# gthread.c
# fxgasm_DEPENDENCIES = gthread.lo
fxgasm_LDADD = gthread.lo
fxgasm_DEPENDENCIES = gthread.lo
lib_LTLIBRARIES = libglide3.la
libglide3_la_SOURCES = fxinline.h fxgasm.h \