This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoomedit/Makefile.am

4 lines
174 B
Text
Raw Normal View History

2007-06-21 19:52:03 +00:00
bin_PROGRAMS = zoomedit
zoomedit_SOURCES = zoomedit.c window.c ui.c draw.c level.c geometry.c
2007-06-21 19:52:03 +00:00
zoomedit_CFLAGS = @GTK_CFLAGS@
zoomedit_LDADD = @GTK_LIBS@