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.

7 lines
200 B
Makefile

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