This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
2003-11-08 17:40:42 +00:00

6 lines
177 B
Makefile

EXTRA_DIST = one.c one.dsp
noinst_PROGRAMS = one
one_SOURCES = one.c
one_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
one_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)