Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: third_party/hunspell_new/src/hunspell/Makefile.am

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 lib_LTLIBRARIES = libhunspell-1.3.la
2 libhunspell_1_3_includedir = $(includedir)/hunspell
3 libhunspell_1_3_la_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \
4 dictmgr.cxx hashmgr.cxx hunspell.cxx \
5 suggestmgr.cxx license.myspell license.hunspell \
6 phonet.cxx filemgr.cxx hunzip.cxx replist.cxx
7
8 libhunspell_1_3_include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \
9 csutil.hxx hunspell.hxx atypes.hxx dictmgr.hxx hunspell.h \
10 suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx \
11 phonet.hxx filemgr.hxx hunzip.hxx w_char.hxx replist.hxx \
12 hunvisapi.h
13
14 libhunspell_1_3_la_DEPENDENCIES=utf_info.cxx
15 libhunspell_1_3_la_LDFLAGS=-no-undefined
16
17 AM_CXXFLAGS=$(CFLAG_VISIBILITY) -DBUILDING_LIBHUNSPELL
18
19 EXTRA_DIST=hunspell.dsp makefile.mk README utf_info.cxx
OLDNEW
« no previous file with comments | « third_party/hunspell_new/hunspell.vsprops ('k') | third_party/hunspell_new/src/hunspell/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698