Skip to content

Commit

Permalink
fix makecheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hgneng committed Jan 27, 2022
1 parent 0b0d51b commit 6e44da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.

AM_CFLAGS = -I/usr/include/speech-dispatcher -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I utfcpp/source
AM_CFLAGS = -I/usr/include/speech-dispatcher -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I $(srcdir)/utfcpp/source
AM_LDADD = -lspeechd -lglib-2.0

libexec_PROGRAMS = ibus-engine-libpinyin
Expand Down

0 comments on commit 6e44da9

Please sign in to comment.