Created
April 21, 2013 17:18
-
-
Save allen501pc/5430315 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 主程式執行檔稱為Add | |
bin_PROGRAMS = Add | |
# 主程式執行檔編譯所需程式碼 | |
Add_SOURCES = Add.cpp | |
# 主程式執行檔連結時,所需load的library | |
Add_LDADD = -L/usr/local/lib -lcurlpp -lcurl -lstdc++ -L/usr/lib -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lpthread -lkeyutils -lcom_err -lidn -lssl -lcrypto -lz -lconfig++ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment