Skip to content

Instantly share code, notes, and snippets.

@allen501pc
Created April 21, 2013 17:18
Show Gist options
  • Save allen501pc/5430315 to your computer and use it in GitHub Desktop.
Save allen501pc/5430315 to your computer and use it in GitHub Desktop.
# 主程式執行檔稱為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