File: Makefile.am

package info (click to toggle)
aspell 0.60.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,336 kB
  • sloc: cpp: 24,378; sh: 12,340; perl: 1,924; ansic: 1,661; makefile: 852; sed: 16
file content (16 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

if INCREMENTED_SONAME

lib_LTLIBRARIES = libaspell.la
libaspell_la_SOURCES = aspell-dummy.cpp
libaspell_la_LDFLAGS = -version-info 16:0:1
libaspell_la_LIBADD = ../libaspell.la

if PSPELL_COMPATIBILITY
lib_LTLIBRARIES += libpspell.la
libpspell_la_SOURCES = pspell-dummy.cpp
libpspell_la_LDFLAGS = -version-info 16:0:1
libpspell_la_LIBADD = ../libaspell.la
endif

endif