File: Makefile.am

package info (click to toggle)
fcitx-imlist 0.5.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464 kB
  • sloc: sh: 1,232; ansic: 222; xml: 187; makefile: 29
file content (15 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

AM_CFLAGS =			\
	$(GLIB_CFLAGS)		\
	$(GIO_CFLAGS)		\
	$(FCITX_GCLIENT_CFLAGS)

bin_PROGRAMS = fcitx-imlist

fcitx_imlist_SOURCES = fcitximlist.c

fcitx_imlist_LDADD =		\
	$(GLIB_LIBS)		\
	$(GIO_LIBS)		\
	$(FCITX_GCLIENT_LIBS)