File: Makefile.flags

package info (click to toggle)
udpcast 20120424-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 876 kB
  • ctags: 1,011
  • sloc: ansic: 7,713; sh: 2,838; perl: 227; makefile: 114
file content (6 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
ifeq ($(CONFIG_UDPSENDER),y)
LDLIBS += pthread
endif
ifeq ($(CONFIG_UDPRECEIVER),y)
LDLIBS += pthread
endif