mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
7 lines
125 B
Makefile
7 lines
125 B
Makefile
noinst_LIBRARIES = libiw.a
|
|
|
|
AM_CXXFLAGS = -I$(top_builddir) -fno-rtti -fno-exceptions
|
|
|
|
libiw_a_SOURCES = iwlib.c iwscan.cpp
|
|
|